fmt.fmt.buf (field)
15 uses
fmt (current package)
format.go#L42: buf *buffer
format.go#L61: f.buf = buf
format.go#L70: buf := *f.buf
format.go#L76: copy(buf, *f.buf)
format.go#L89: *f.buf = buf[:newLen]
format.go#L95: f.buf.write(b)
format.go#L102: f.buf.write(b)
format.go#L105: f.buf.write(b)
format.go#L113: f.buf.writeString(s)
format.go#L120: f.buf.writeString(s)
format.go#L123: f.buf.writeString(s)
format.go#L407: buf := *f.buf
format.go#L430: *f.buf = buf
format.go#L588: f.buf.writeByte(num[0])
format.go#L590: f.buf.write(num[1:])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |